home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / floatlib.cst / 00004_Audio handlers.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  127 b   |  12 lines

  1. on shutup
  2.   global Silence
  3.   set Silence = True
  4.   sound stop 3
  5. end
  6.  
  7. On ResumeAudio
  8.   global Silence
  9.   set Silence = False
  10. end
  11.  
  12.